@charset "utf-8";
hr {
	border-style: inset !important;
    border-width: 1px !important;
}
.scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.scale-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
    color: #a2a2a2;
}

/* hide */
.nav-mob,
.j-banner1-mob,
.j-banner1-gun-mob,
.j-change {
    display: none;
}

/* header */
.j-header {
    background: url(../images/headbg.jpg) no-repeat;
    height: 195px;
}

.j-header .logo {
    margin-top: 35px;
    text-align: center;
}

.j-header .logo a {
    margin: 0 10px;
}

.j-header .content .left,
.j-header .content .left li.items,
.j-header .content .right .items {
    float: left;
}

.j-header .content {
    padding-bottom: 20px;
    padding-top: 27px;
}

.j-header .content .left .share li.items {
    margin-right: 25px;
	margin-top: 10px;
}

.j-header .content .right {
    float: right;
	height: 30px;
}

.j-header .content .right .items {
    position: relative;
    margin-right: 40px;
    height: auto;
}

.j-header .content .right .items h3.tit {
    font: normal 16px/40px "Helvetica Neue", "Meiryo";
    height: 49px;
}

.j-header .content .right .items .itembox {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    z-index: 999;
}

.j-header .content .right .items .itembox.Archive {
	left: -80px;
}

.j-header .content .right .items .itembox ul.list {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.j-header .content .right .items .itembox ul.list li {
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.j-header .content .right .items .itembox ul.list li:last-child {
    border-bottom: none;
}

.j-header .content .right .items::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/arrow.png) no-repeat;
    width: 14px;
    height: 7px;
    right: -17px;
    top: 19px;
}

.j-header .content .right .items:hover .itembox.Languages {
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 120px;
    margin-left: -20px;
}

.j-header .content .right .items:hover .itembox.Languages ul {
    width: 85%;
    margin: 0 auto;
}

.j-header .content .right .items:hover .itembox.Archive {
    width: 260px;
    height: 300px;
}

.j-header .content .right .items:hover .itembox.Archive iframe {
    border: 1px solid #e5e5e5;
}

.j-header .content .right .items.sou {
    position: relative;
    top: 5px;
}

.j-header .content .right .items.sou input.s1 {
    width: 170px;
    height: 29px;
    padding-right: 30px;
    line-height: 29px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    text-indent: 0.5em;
    color: #fff;
}

.j-header .content .right .items.sou input.s1::placeholder {
	color: #fff;
}


.j-header .content .right .items.sou input.s2 {
    width: 13px;
	height: 15px;
	background: url(../images/sou.png) left top no-repeat;
	border: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 7px;
}

.j-header .content .right .items.sou input.s2#submitButton {
	opacity: 0;
}

.j-header .content .right .items.sou input#button {
    width: 13px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    padding-right: 0;
    line-height: inherit;
    border: none;
    text-indent: 0em;
    color: transparent;
}

.j-header .content .right .items.sou::after {
    display: none;
}

/* nav */
.j-nav {
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    text-align: center;
}

.j-nav ul.list {
    float: left;
    width: 92%;
}

.j-nav ul.list li.items {
    display: inline-block;
}

.j-nav ul.list a {
    padding: 0 23px;
    line-height: 74px;
    display: inline-block;
}

.j-nav ul.list-right {
    width: 8%;
    float: right;
}

.j-nav ul.list-right li.drop:hover,
.j-nav ul.list-right .drop-con {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.j-nav ul.list-right li.drop:hover .drop-con {
    height: auto;
    background: #fff;
}

.j-nav ul.list-right li.drop {
    position: relative;
    top: 0;
}

.j-nav ul.list-right li.drop span {
    padding-left: 20px;
    display: inline-block;
    line-height: 74px;
    font-size: 18px;
}

.j-nav ul.list-right li.drop i {
    background: url(../images/ico8.png) no-repeat;
    width: 17px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
}

.j-nav ul.list-right li.drop .drop-con {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    width: 102%;
    left: -1px;
    z-index: 998;
}

.j-nav ul.list-right li.drop .drop-con ul {
    height: auto;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
}

.j-nav ul.list-right li.drop .drop-con ul li {
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.j-nav ul.list-right li.drop .drop-con ul li:last-child {
    border-bottom: none;
}

/* nav 20230817 */
.j-nav {
    background: url(../images/navbg.png) repeat-x;
    position: relative;
    border-bottom: none;
}

.j-nav .j-nav-con {
    height: 55px;
    width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.j-nav .j-nav-con ul.fl {
    width: 90%;
    height: 55px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.j-nav .j-nav-con ul.fl {
    line-height: 55px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}

.j-nav .j-nav-con ul.fl li.shouye span {
    padding-left: 0;
}

.j-nav .j-nav-con ul.fl li {
    display: inline-block;
    line-height: 55px;
    margin: 0 1px;
}

.j-nav .j-nav-con ul.fl li span {
    line-height: 55px;
    height: 55px;
    display: block;
    padding: 0 22px;
}

.j-nav .j-nav-con ul.fl li span img.zhuan {
    vertical-align: middle;
    margin-left: 4px;
}

.j-nav .j-nav-con ul.fl li span a {
    text-decoration: none;
}

.j-nav .j-nav-con ul.fl li span.active {
    background: #fff;
    color: #D23939;
}

.j-nav .j-nav-con ul.fl li span.active a {
	color: #D23939;
}

.j-nav .j-nav-con ul.fl li.dropdown .dropdown-content {
    display: block;
    position: absolute;
    top: 55px;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: left;
}

.j-nav .j-nav-con ul.fl li.dropdown .dropdown-content ul {
    width: 1280px;
    margin: 0 auto;
    display: block;
    float: none;
}

.j-nav .j-nav-con ul.fl li.dropdown .dropdown-content ul li {
    padding: 0 20px 0 20px;
    margin: 0 auto;
	line-height: 55px;
}

.j-nav .j-nav-con ul.fl li.dropdown .dropdown-content ul li:first-child {
	padding-left: 0;
}

.j-nav .j-nav-con ul.fl li.items ul {
    display: none;
}

.j-nav .j-nav-con ul.list-right {
    width: 10%;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}

.j-nav .j-nav-con ul.list-right li.drop:hover,
.j-nav .j-nav-con ul.list-right .drop-con {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.j-nav .j-nav-con ul.list-right li.drop:hover .drop-con {
    height: auto;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.j-nav .j-nav-con ul.list-right li.drop span {
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    display: block;
    padding: 0 22.5px;
}

.j-nav .j-nav-con ul.list-right li.drop span img {
    margin-left: 6px;
}

.j-nav .j-nav-con ul.list-right li.drop span.active {
    background: #fff;
    color: #D23939;
}

.j-nav .j-nav-con ul.list-right li.drop .drop-con {
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: height 1s;
    width: 100%;
    left: 0px;
    z-index: 998;
}

.j-nav .j-nav-con ul.list-right li.drop .drop-con ul {
    height: auto;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
}

.j-nav .j-nav-con ul.list-right li.drop .drop-con ul li {
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.j-nav .j-nav-con ul.list-right li.drop .drop-con ul li:last-child {
    border-bottom: none;
}

.arrowDown {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(0deg);
}

.arrowUp {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}
/* tonglan banner */
.j-banner1-gun-pc {
    margin-top: 20px;
}

.j-banner1-gun-pc .swiper-container {
    height: 120px;
    width: 1280px;
}

.j-banner1-pc {
    margin-top: 20px;
}

.j-banner2-pc .sheet {
    margin-top: 20px;
}

.j-banner2-pc .sheet li.items {
    float: left;
}

.j-banner2-pc .sheet li.items:last-child {
    float: right;
}

.j-banner3-pc .sheet {
    margin-top: 15px;
}

.j-banner3-pc .sheet li.items {
    float: left;
}

.j-banner3-pc .sheet li.items:nth-child(2) {
    margin-left: 12px;
}

.j-banner3-pc .sheet li.items:last-child {
    float: right;
}

/* tit0 */
.j-tit0 {
    padding: 30px 0;
}

.j-tit0 h1 {
    font: bold 32px/40px "Helvetica Neue", "Meiryo";
    text-align: center;
}

/* p1 */
.j-p1 .left {
    width: 680px;
    float: left;
}

.j-p1 .left .pic1 {
    width: 680px;
    height: 453px;
    border-radius: 5px;
    margin: 0px auto;
    position: relative;
}

.j-p1 .arrow-prev1 {
    background: url(../images/prev1.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 40%;
    width: 40px;
    height: 74px;
    display: none;
	z-index: 9;
}

.j-p1 .arrow-next1 {
    background: url(../images/next1.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 40%;
    width: 40px;
    height: 74px;
    display: none;
	z-index: 9;
}

.show1 .arrow-prev1,
.show1 .arrow-next1 {
	display: block;
}

.j-p1 .left .pic1 .swiper-container {
    width: 100%;
    height: 100%;
}

.j-p1 .left .pic1 .swiper-container .slide-con {
    position: relative;
}

.j-p1 .left .pic1 .swiper-container .slide-con p.text {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-indent: 0.5em;
}

.j-p1 .left .pic1 .pagination1 {
    position: absolute;
    right: 8px;
    text-align: right;
    bottom: 20px;
    width: 100%;
    z-index: 888;
}

.j-p1 .left .pic1 .pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    transition: 0.3s linear;
}

.j-p1 .left .pic1 .pagination1 .swiper-active-switch {
    background: #ca3636;
    width: 19px;
}

.j-p1 .left .banner1 {
    margin-top: 12px;
}

.j-p1 .left .banner1 li.items {
    float: left;
}

.j-p1 .left .banner1 li.items:last-child {
    float: right;
}

.j-p1 .left .banner2 {
    margin-top: 12px;
}

.j-p1 .left .banner2 li.items {
    width: 32%;
    float: left;
}

.j-p1 .left .banner2 li.items:nth-child(2) {
    margin-left: 2%;
}

.j-p1 .left .banner2 li.items:last-child {
    float: right;
}

.j-p1 .left .banner2 li.items img {
    width: 100%;
}

.j-p1 .right {
    width: 570px;
    float: right;
}

.j-p1 .right ul.list li.items {
    text-align: left;
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

.j-p1 .right ul.list li.items:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* keyword */
.j-keyword {
    margin-top: 15px;
    border-top: 1px solid #ececec;
}

.j-keyword h2.tit {
    font: normal 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
    margin-top: 10px;
}

.j-keyword .list {
    padding-bottom: 20px;
}

.j-keyword .list li.items {
    position: relative;
    text-align: left;
    float: left;
    width: 19.5%;
    margin-right: 0.3%;
    padding-left: 30px;
    margin-top: 15px;
	font-size: 16px;
}

.j-keyword .list li.items::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/ico6.png) no-repeat;
    width: 25px;
    height: 18px;
    left: 0px;
    top: 0;
}

/* special */
.j-special {
    border-bottom: 1px solid #ececec;
    margin-top: 20px;
    position: relative;
    height: 180px;
}

.j-special .arrow-prev2 {
    background: url(../images/prev2.png) no-repeat left top;
    position: absolute;
    left: -40px;
    top: 70px;
    width: 24px;
    height: 44px;
    display: none;
}

.j-special .arrow-next2 {
    background: url(../images/prev2.png) no-repeat left top;
    position: absolute;
    right: -20px;
    top: 70px;
    width: 24px;
    height: 44px;
    transform: rotate(-180deg);
    display: none;
}

.j-special .swiper-container {
	height: 180px;
}

.j-special .swiper-container .swiper-slide {
    text-align: center;
}

.j-special .swiper-container .swiper-slide span.text {
    display: block;
    font-size: 16px;
    width: 90%;
	margin: 0 auto;
	text-align: center;
}

/* p2 */
.j-p2 {
    margin-top: 40px;
}

.j-p2 .left-wrap {
    width: 970px;
}

.j-p2 .left-wrap .wrap h3.tit,
.j-p2 .right-wrap h3.tit,
.j-p3 h3.tit,
.j-p4 h3.tit,
.j-p5 h3.tit {
    font: bold 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
}

.j-p2 .left-wrap .wrap h3.tit a,
.j-p2 .right-wrap h3.tit a,
.j-p3 h3.tit a,
.j-p4 h3.tit a,
.j-p5 h3.tit a {
	display: inline-block;
	position: relative;
}

.j-p2 .left-wrap .wrap h3.tit a::after,
.j-p2 .right-wrap h3.tit a::after,
.j-p3 h3.tit a::after,
.j-p4 h3.tit a::after,
.j-p5 h3.tit a::after {
	position: absolute;
	content: '';
	background: url(../images/ico9.png) no-repeat;
	width: 19px;
    height: 19px;
	display: block;
	right: -25px;
	top: 10px;
}

.j-p2 .left-wrap .wrap .pic {
    margin-top: 15px;
    position: relative;
    height: 312px;
}

.j-p2 .left-wrap .wrap .pic li.items a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.j-p2 .left-wrap .wrap .pic li.items a:hover {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.j-p2 .left-wrap .wrap .pic li.items a p.text {
    display: none;
}

.j-p2 .left-wrap .wrap ul.list {
    margin-top: 20px;
}

.j-p2 .left-wrap .wrap ul.list li.items {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #ececec;
    padding: 8px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.j-p2 .left-wrap .wrap ul.list li.items:last-child {
    border-bottom: none;
}

.j-p2 .left-wrap .wrap .left {
    width: 468px;
}

.j-p2 .left-wrap .wrap .right {
    width: 484px;
    border-left: 1px solid #ececec;
}

.j-p2 .left-wrap .wrap .right h3.tit {
    padding-left: 18px;
    border-left: 1px solid #fff;
    margin-left: -1px;
    padding-bottom: 15px;
}

.j-p2 .left-wrap .wrap .right .pic {
    margin-top: 0;
}

.j-p2 .left-wrap .wrap .right .pic .j-items {
    margin-left: 16px;
}

.j-p2 .left-wrap .wrap .right .list {
    margin-left: 16px;
}

.j-p2 .right-wrap {
    width: 280px;
}

.j-p2 .right-wrap h3.tit,
.j-d2tuwen h3.tit {
    font: bold 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
}

.j-p2 .right-wrap .pic {
    margin-top: 15px;
}

.j-p2 .right-wrap .list li.items {
    font-size: 16px;
    line-height: 1.6;
    padding: 3px 0;
    text-align: left;
	background: url(../images/dot.gif) no-repeat left 15px;
	padding-left: 12px;
}

.j-p2 .ph-content .list li.items {
	background: none;
	padding-left: 0;
	padding: 8px 0;
}

.j-p2 .right-wrap .list li.items:last-child {
    border-bottom: none;
}

.j-p2 .right-wrap .sheet li.items,
.j-d2tuwen .right .sheet-zt li.items {
    margin-top: 15px;
}

.j-p2 .right-wrap .sheet li.items span.text,
.j-d2tuwen .right .sheet li.items span.text {
    font-size: 18px;
    display: block;
}

.ph-content {
    background-color: #f5f5f7;
    border-radius: 5px;
    margin-top: 15px;
	padding-bottom: 20px;
}

.ph-content .list {
    height: 540px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.ph-content .list::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.ph-content .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #c42d2d;
}

.ph-content .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #dadada;
}

.ph-content .list li.items {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.ph-content .list li.items:last-child {
	border-bottom: none;
}

.ph-content .list li.items span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #cc3232;
    font-size: 22px;
    float: left;
    font-family: "Times New Roman";
    font-weight: 800;
	text-align: right;
	margin-top: 4px;
}

.ph-content .list li.items a {
    float: right;
    width: 90%;
}

.ph-content .list li.items a:last-child {
    width: 88%;
}

.j-items {
    position: relative;
    width: 468px;
    height: 312px;
}

.j-items span.bg {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    height: 100%;
}

.j-items p.text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
    display: none;
    font-size: 16px;
    margin: 0 auto;
    padding: 3% 10%;
}

.j-items386 {
    width: 386px;
    height: 258px;
    position: relative;
}

.j-items386 span.bg {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    height: 100%;
}

.j-items386 p.text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
    display: none;
    font-size: 16px;
    margin: 0 auto;
    padding: 3% 10%;
}

/* p3 */
.j-p3 {
    margin-top: 40px;
    border-top: 1px solid #ececec;
}

.j-p3 h3.tit {
    font: bold 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
    margin-top: 20px;
}

.j-p3 .sheet {
    margin-top: 18px;
}

.j-p3 .sheet li.items {
    float: left;
    margin-left: 18px;
    width: 306px;
    font-size: 18px;
    text-align: left;
}

.j-p3 .sheet li.items img {
    border-radius: 4px;
}

.j-p3 .sheet li.items img:hover {
    transition: 0.3s linear;
    transform: scale(1.1);
}

.j-p3 .sheet li.items:nth-child(4n+1) {
    margin-left: 0;
}

.j-p3 .sheet li.items span.scale-img {
    display: block;
    width: 100%;
    height: 204px;
}

.j-p3 .sheet li.items span.text {
    display: block;
    margin-top: 3px;
}

/* p4 */
.j-p4 {
    margin-top: 40px;
    border-top: 1px solid #ececec;
}

.j-p4 h3.tit {
    font: bold 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
    margin-top: 20px;
}

.j-p4 .left {
    width: 687px;
    position: relative;
    margin-top: 20px;
}

.j-p4 .left img {
    border-radius: 4px;
}

.j-p4 .left::after {
    position: absolute;
    content: '';
    display: block;
    width: 71px;
    height: 71px;
    background: url(../images/vbg.png) no-repeat;
    top: 370px;
    left: 18px;
}

.j-p4 .left:hover::after {
    transition: 0.3s linear;
    transform: scale(1.1);
}

.j-p4 .left span.text {
    display: block;
    font-size: 22px;
    text-align: left;
    margin-top: 3px;
    line-height: 1.6;
}

.j-p4 .right {
    width: 576px;
}

.j-p4 .right li.items {
    float: left;
    margin-left: 17px;
    width: 279px;
    margin-top: 20px;
    position: relative;
}

.j-p4 .right li.items img {
    border-radius: 4px;
}

.j-p4 .right li.items:nth-child(2n+1) {
    margin-left: 0;
}

.j-p4 .right li.items::after {
    position: absolute;
    content: '';
    display: block;
    width: 71px;
    height: 71px;
    background: url(../images/vbg.png) no-repeat;
    top: 120px;
    left: 0px;
    transform: scale(0.7);
}

.j-p4 .right li.items:hover::after {
    transition: 0.3s linear;
    transform: scale(0.8);
}

.j-p4 .right li.items span.text {
    display: block;
    font-size: 16px;
    text-align: left;
    margin-top: 3px;
}

/* p5 */
.j-p5 {
    margin-top: 40px;
    border-top: 1px solid #ececec;
}

.j-p5 h3.tit {
    font: bold 24px/40px "Helvetica Neue", "Meiryo";
    text-align: left;
}

.j-p5 .pic {
    margin-top: 15px;
    position: relative;
    height: 258px;
}

.j-p5 .pic li.items a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.j-p5 .pic li.items a:hover {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.j-p5 .pic li.items a p.text {
    display: none;
}

.j-p5 ul.list {
    margin: 20px auto 0 30px;
    width: 386px;
}

.j-p5 ul.list li.items {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #ececec;
    padding: 8px 0;
}

.j-p5 ul.list li.items:last-child {
    border-bottom: none;
}

.j-p5 .left {
    width: 386px;
    margin-top: 20px;
}

.j-p5 .left ul.list {
    margin-left: 0;
}

.j-p5 .center,
.j-p5 .right {
    width: 417px;
    margin-top: 20px;
    border-left: 1px solid #ececec;
    margin-left: 30px;
}

.j-p5 .center h3.tit,
.j-p5 .right h3.tit {
    padding-left: 32px;
    border-left: 1px solid #fff;
    margin-left: -1px;
    padding-bottom: 15px;
}

.j-p5 .center .pic,
.j-p5 .right .pic {
    width: 386px;
    margin: 0 auto 0 30px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

/* bottom */
.j-bottom {
    background-color: #f5f5f7;
    padding: 50px 0;
    margin-top: 40px;
}

.j-bottom .link {
    width: 900px;
    margin: 0 auto;
}

.j-bottom .link strong.tit {
    float: left;
    font-weight: bold;
    width: 8%;
    font-size: 20px;
    line-height: 1.4;
}

.j-bottom .link .txt {
    float: left;
    width: 92%;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.j-bottom .link .txt a {
    margin-right: 10px;
}

.j-bottom .copyright {
    margin-top: 10px;
    color: #9e9e9e;
    font-size: 14px;
}

/* d2nav */
.j-d2nav .route {
    /*border-bottom: 1px solid #ececec;*/
    font-size: 14px;
	text-align: left;
	line-height: 31px;
	margin-top: 10px;
}

.j-d2nav .route a {
	margin: 0 5px;
}

/* d2txt-tit */
.j-d2txt-tit {
	margin-top: 25px;
}

.j-d2txt-tit h1 {
	font: bold 30px/40px "Helvetica Neue","Meiryo";
	padding: 10px 0;
	text-align: left;
}

.j-d2txt-tit h2.pre,
.j-d2txt-tit h2.sub {
	font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.j-d2txt-tit .origin {
	font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: left;
}

.j-d2txt .pic {
	text-align: center;
}

.j-d2txt .pic table {
	margin: 0 auto;
}

.j-d2txt .pic img,
.j-d2txt p img,
.j-d2txt .pic table td img {
	max-width: 1000px;
	height: auto;
}

.j-d2txt .pic table td.picdesc {
	font-size: 14px;
    margin-bottom: 20px;
    display: block;
	color: #919191;
}

.j-d2txt .pic table td.picdesc font {
	color: #919191 !important;
}

.j-d2txt .pic table td img {
	margin-bottom: 20px;
}

.w800 .pic img,
.w800 p img,
.w800 table td img {
	max-width: 800px;
	height: auto;
}

.j-d2txt p video {
	object-fit: cover;
	max-width: 800px;
	height: auto;
}

.j-d2txt p {
	text-align: left;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.6;
}

.j-d2txt span[desc="desc"] {
	font-size: 14px;
	color: #919191;
	line-height: 1.6;
	padding-top: 0
}

.j-d2txt-pic,
.j-d2txt-news {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.j-d2txt-pic h3.tit,
.j-d2txt-news h3.tit {
	font: bold 18px/22px "Helvetica Neue","Meiryo";
	text-align: left;
	position: relative;
	margin-left: 10px;
}

.j-d2txt-pic h3.tit::before,
.j-d2txt-news h3.tit::before {
	content: '';
	display: block;
	position: absolute;
	border-left: 4px solid #c43a3a;
	height: 22px;
	left: -10px;
}


.j-d2txt-pic ul.sheet li.items {
	float: left;
	width: 213px;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
}

.j-d2txt-pic ul.sheet li.items img {
	border-radius: 3px;
	display: block;
	margin: 0 0px 5px;
}

.j-d2txt-news {
	margin-top: 30px;
}

.j-d2txt-news ul.list {
	margin-top: 20px;
}

.j-d2txt-news ul.list li.items {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}

.p-num {
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
}

.p-num a.common_current_page {
    color: #cc3333;
}

.p-pages span.prve a,
.p-pages span.next a {
    border: #dddad2 1px solid;
    background: #cc3333;
    padding: 10px 15px;
    margin: 0 5px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

/* music */
.audioContent {
	width: 500px;
	margin: 0 auto 20px auto;
	max-width: 100%;
}

.ppq-audio-player .play-pause-btn .play-pause-icon {
    background-image: url(../images/record.png) ;
    background-size: 100% 100%;
    border: none !important;
}

.ppq-audio-player .play-pause-btn {
    margin: 0px 0 0 0px !important;
}

.ppq-audio-player .player-bar {
    margin-top: 20px !important;
    background-color: #ebeff2 !important;
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after,
.ppq-audio-player.player-playing .play-pause-icon:after {
    background-image: url(../images/play.png) !important;
    background-size: 50px 25px !important;
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
    display: block;
    content: "";
    background-position: 0 0;
    width: 25px !important;
    height: 25px !important;
}

.ppq-audio-player.player-playing .play-pause-icon:after {
    background-position: -25px 0 !important;
    width: 25px !important;
    height: 25px !important;
}

.ppq-audio-player .player-time {
	line-height: 46px !important;
	font-size: 14px !important;
}

/* j-d2txt-fanyi */
.j-d2txt-fanyi {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.j-d2txt-fanyi p {
	font-size: 16px;
    margin-top: 0px;
    line-height: 180%;
    color: #087fd8;
	padding-bottom: 5px;
}

.j-d2txt-fanyi p.chinese {
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #000;
	margin-top: 40px;
}

.j-d2txt-fanyi p.chinese:first-child {
	margin-top: 20px;
}

/* d2tu */
.j-d2sub {
    width: 800px;
    margin: 25px auto 0 auto;
}

.j-d2sub li {
    float: left;
    font-size: 16px;
    height: 29px;
    padding: 0 17px;
    line-height: 29px;
    cursor: pointer;
    font-weight: bold;
	position: relative;
	margin: 0 3px;
}

.j-d2sub li::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: #eee;
}

.j-d2sub li img {
    vertical-align: middle;
    margin-right: 5px;
}

.j-d2sub li.active {
    background: #f3f6f8;
    border-radius: 5px;
	color: #cc3333;
}

.j-d2sub li.active::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: #cc3333;
}

.j-d2tu {
    height: auto;
    margin: 10px auto;
}

.j-d2tu #tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
}

.j-d2tu #tiles li {
    width: 230px;
    background: #fff;
    display: none;
    cursor: pointer;
    padding: 4px;
    float: left;
}

.j-d2tu #tiles li p.tc {
    color: #666;
    font-size: 14px;
    margin: 7px 0 0 7px;
    text-align: left;
}

.j-d2tu #tiles li img {
    display: block;
}

.j-d2tu #tiles ali:nth-child(3n) {
    height: 175px;
}

.j-d2tu #tiles ali:nth-child(4n-3) {
    padding-bottom: 30px;
}

.j-d2tu #tiles ali:nth-child(5n) {
    height: 250px;
}

.pages {
    text-align: center;
    padding: 40px 0 20px 0;
    overflow: hidden;
	clear: both;
}

.pages a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
	border-radius: 5px;
}

.pages a.common_current_page {
    background: #cc3333;
    color: #fff;
    text-decoration: none;
    border: #cc3333 1px solid;
}

.j-video {
    padding-bottom: 30px;
}

.j-video ul.list li.items {
    float: left;
    margin-left: 25px;
    font-size: 14px;
    width: 300px;
    text-align: left;
    height: 245px;
    position: relative;
    margin-top: 30px;
}

.j-video ul.list li.items::before {
    content: '';
    position: absolute;
    background: url(../images/vbg.png) no-repeat;
    display: block;
    right: 5px;
    top: 130px;
	 width: 71px;
	 height: 71px;
	 transform: scale(0.7);
}

.j-video ul.list li.items span.txt {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.j-video ul.list li.items:nth-child(4n+1) {
    margin-left: 0;
}

.j-d2tuwen .left {
    width: 850px;
}

.j-d2tuwen .left .list {
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 0 25px 0;
    overflow: hidden;
}

.j-d2tuwen .left .list span.pic {
	max-height: 200px;
    overflow: hidden;
    float: left;
}

.j-d2tuwen .left .list img {
    margin-right: 18px;
    float: left;
}

.j-d2tuwen .left .list h3.tit {
    font: bold 18px/22px "Helvetica Neue", "Meiryo";
    margin-top: 0px;
}

.j-d2tuwen .left .list span.time {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #a2a2a2;
    padding-top: 12px;
    display: block;
}

.j-d2tuwen .right {
    width: 380px;
}

.j-d2tuwen .right .sheet2 li {
    float: left;
    width: 182px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin-top: 25px;
	height: 182px;
	overflow: hidden;
}

.j-d2tuwen .right .sheet2 li img {
    display: block;
    margin: 0px 1px 3px;
}

.j-d2tuwen .right .sheet2 li:nth-child(2n+1) {
    margin-left: 0;
}


.j-d2tuwen .right .sheet {
	width: 280px;
	margin-left: 0px;
}

.j-d2tuwen .right .sheet li.items {
	margin-top: 20px
}

.j-d2tuwen h3.tit {
    font: normal 30px/34px "Helvetica Neue", "Meiryo";
    text-align: left;
    margin-top: 30px;
}

.j-d2review .left .sub-con {
    display: none;
}

.j-d2review .left .sub-con:first-child {
    display: block;
}

.j-d2review .left .list-nav {
    width: 120px;
    margin-top: 25px;
}

.j-d2review .left .list-nav li {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.j-d2review .left .list-nav li.active {
    color: #cc3333;
    background: #f3f6f8;
    position: relative;
}

.j-d2review .left .list-nav li.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #cc3333;
}

.j-d2review .left .list {
    float: right;
    width: 680px;
    border-bottom: none;
}

.j-d2review .left .list li.items {
    border-bottom: 1px dashed #bfbfbf;
    padding: 20px 0;
    font-size: 16px;
    clear: both;
}


@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.j-change {
		display: block;
		width: 9rem;
		margin: 30px auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}
	.languageBox {
		display: none;
	}
	
	.j-btn1 i {
		background:url(../images/pc.png) no-repeat;
		width: 29px;
		height: 28px;
		margin-top: 12px;
		margin-right: 5px;
		background-size: 80% auto;
	}
    .j-btn1 span {
		cursor: pointer;
		background: #c12828;
		height: 50px;
		display: flex;
		color: #fff;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		padding: 0 20px;
	}
	
}